Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.8 Assembly / C1.Win.C1Document Namespace / C1KeyedList<TKey,TItem> Class / GetByIndex Method
The specified index of page.

In This Topic
    GetByIndex Method (C1KeyedList<TKey,TItem>)
    In This Topic
    Gets the page item by specified index.
    Syntax
    'Declaration
     
    Public Function GetByIndex( _
       ByVal index As Integer _
    ) As TItem
    public TItem GetByIndex( 
       int index
    )

    Parameters

    index
    The specified index of page.

    Return Value

    The document page.
    See Also